type github.com/jackc/pgx/v5/pgtype.wrapTimeScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L635: 		return &wrapTimeScanPlan{}, (*timeWrapper)(target), true
		pgtype.go#L789: type wrapTimeScanPlan struct {
		pgtype.go#L793: func (plan *wrapTimeScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L795: func (plan *wrapTimeScanPlan) Scan(src []byte, dst any) error {